projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a2439f
)
Fix typo in last shr change
author
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 9 Nov 2021 05:44:58 +0000
(06:44 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 9 Nov 2021 05:44:58 +0000
(06:44 +0100)
* lisp/net/shr.el (shr-tag-video): Require xwidgets, because it's
used from callbacks.
lisp/net/shr.el
patch
|
blob
|
history
diff --git
a/lisp/net/shr.el
b/lisp/net/shr.el
index 2d50f2d9fe0923f9c0ce0f82d720a74cbfc05575..d5d6d63fdde3ae39baf276287802efcf9f7ecf82 100644
(file)
--- a/
lisp/net/shr.el
+++ b/
lisp/net/shr.el
@@
-1680,7
+1680,7
@@
The preference is a float determined from `shr-prefer-media-type'."
(fboundp 'make-xwidget))
;; Play the video.
(progn
- (require 'xwidget
s
)
+ (require 'xwidget)
(let ((widget (make-xwidget
'webkit
"Video"